home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / renegade / rgd04_05.zip / MCI.DOC < prev    next >
Text File  |  1996-04-18  |  8KB  |  155 lines

  1.        These are the normal MCI codes:
  2.  
  3.         Old  Description                            New
  4.         Code                                        Code
  5.         ------------------------------------------------
  6.         @g - Account balance                        %AB
  7.         @F - User's address                         %AD
  8.         @! - Aborting off                           %AO
  9.         @h - Baud rate                              %BD
  10.         @c - BBS Name                               %BN
  11.         @d - BBS Phone                              %BP
  12.         @7 - Clear screen                           %CL
  13.         @4 - Current Message Number                 %CM
  14.         @2 - Current Conference Name                %CN
  15.         @l - Credits                                %CR
  16.         @1 - Current Conference Tag                 %CT
  17.              User defined answer #1                 %D1
  18.              User defined answer #2                 %D2
  19.              User defined answer #3                 %D3
  20.         @a - Date                                   %DA
  21.         @m - Debits                                 %DB
  22.         @j - Daily download limit                   %DD
  23.         @8 - Delay                                  %DE
  24.         @P - User's kbytes downloaded               %DK
  25.         @N - User's number of files downloaded      %DL
  26.         @J - User's Download Security Level         %DS
  27.              Time of Day (Morning, Afternoon, etc)  %DT
  28.              Date of subscription expiration        %ED
  29.              Amount of email sent                   %ES
  30.              Email waiting                          %EW
  31.         @n - Days left until expiration             %EX
  32.         @Z - Current File base number               %F#
  33.         @Y - Current File base name                 %FB
  34.              First date on system                   %FD
  35.         @3 - Free Kbytes in current file area       %FK
  36.         @C - User's first name                      %FN
  37.         @& - Mr. or Ms. by gender                   %GN
  38.         @5 - Highest Message Number Available       %HM
  39.         @k - Kbyte daily download limit             %KD
  40.              U/D k ratio                            %KR
  41.         @K - User's last call date                  %LC
  42.         @M - Line Feed                              %LF
  43.         @D - User's last name                       %LN
  44.         @G - User's Location (City/State)           %LO
  45.         @X - Current Message base number            %M#
  46.         @W - Current Message base name              %MB
  47.         @i - Time left in minutes                   %ML
  48.              Minutes online so far                  %MO
  49.         @o - Messages remaining left to read        %MR
  50.         @0 - Node Number                            %ND
  51.              U/D ratio                              %NR
  52.              User's terminal emulation              %O1
  53.              User's screen size                     %O2
  54.              User's screen clearing toggle          %O3
  55.              User's f/s editor toggle               %O4
  56.              User's screen pausing toggle           %O5
  57.              User's hotkey toggle                   %O6
  58.              Expert mode on/off                     %O7
  59.              Mailbox status                         %O8
  60.              Color on/off                           %O9
  61.         @9 - Pause                                  %PA
  62.         @f - Post/Call Ratio                        %PC
  63.         @E - User's phone number                    %PN
  64.         @# - Pausing off                            %PO
  65.         @R - User's number of posts                 %PS
  66.              User's password                        %PW
  67.              Batch Queue - Download #               %QD
  68.              Batch Queue - Upload #                 %QU
  69.         @B - User's Real Name                       %RN
  70.              SysOp defined category #1              %S1
  71.              SysOp defined category #2              %S2
  72.              SysOp defined category #3              %S3
  73.         @~ - Total system callers                   %SC
  74.         @I - User's Security Level                  %SL
  75.         @e - SysOp Name                             %SN
  76.              User's sex (Male/Female)               %SX
  77.              Timebank added today                   %TA
  78.              Timebank time                          %TB
  79.         @L - User's total calls                     %TC
  80.         @S - User's number of downloads today       %TD
  81.         @b - Time                                   %TI
  82.         @T - User's kbytes of downloads today       %TK
  83.         @V - User's Time left                       %TL
  84.              Total time on system                   %TT
  85.              User's age                             %UA
  86.              User's birthdate                       %UB
  87.              User's calls today                     %UC
  88.         @Q - User's kbytes uploaded                 %UK
  89.         @O - User's number of files uploaded        %UL
  90.         @A - User's Handle                          %UN
  91.              User number                            %UU
  92.              Renegade version                       %VR
  93.         @H - User's Zip Code                        %ZP
  94.         
  95.  
  96.  
  97.         ------------------------------------------------
  98.  
  99.   ___________
  100.  
  101.   CHAPTER 4-B
  102.   ___________
  103.  
  104.     Some single character MCI codes are used outside of what the remote user
  105.     would see.  These are used in Doors, Protocols, and Archivers, and other
  106.     SPECIAL places.  Here is a list of them:
  107.  
  108.           %A        Actual Baud Rate
  109.           %B        Baud Rate reported (Locked, if active.)
  110.           %C        Archive Comment (Archivers only)
  111.           %C        Com port address (Protocols only)
  112.           %D        Download File List
  113.           %E        Com port IRQ
  114.           %F        File to be processed
  115.           %G        Graphics (0=Off, 1=On)
  116.           %I        Filenames
  117.           %K        Complete name and path of the current file bases's *.DIR
  118.                     file.
  119.           %L        Log file (Protocol)
  120.           %M        Main RG Directory
  121.           %N        Node Number
  122.           %O        Door Drop file for Current Node
  123.           %P        Port Number
  124.           %R        Current User's Real Name
  125.           %T        Time Left
  126.           %U        Current User's Handle
  127.           %1        Current User's Real First Name
  128.           %2        Current User's Real Last Name
  129.           %#        User Number
  130.  
  131.         In ACTIONS.LST ONLY, the following MCI codes are in effect.
  132.  
  133.           %G        Will display His/Her based on the sender's gender.
  134.           %H        Will display Him/Her based on the sender's gender.
  135.  
  136.         In QUOTE SECTION OF STRING.DAT ONLY, the following MCI codes are in
  137.         effect.
  138.  
  139.           @F        User the message is from.
  140.           @T        User the message is to.
  141.           @D        Date of the message.
  142.           @S        Subject of the message.
  143.           @B        Message Base the message was posted on.
  144.  
  145.         If you want to make sure that the code is spaced correctly, you
  146.         can now pad the MCI with a code at the end.  An example of this is:
  147.                    v-- Code
  148.                 %UN#50      Will print the current user's name padded to 50
  149.                     ^^-|    spaces.
  150.                        |
  151.                        - Number of spaces
  152.  
  153.         This padding will also limit the MCI to a certain number of characters.
  154.  
  155.